@font-face {
    font-family: font;
    src: url(../Vazir/Vazir-Bold-FD.ttf);
}
html,body{
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;   
direction: rtl;

}
body{
    background-color: #f7f7f75c !important;
}
body *{
    text-transform: capitalize;
    text-decoration: none;
    font-family: font;
    list-style: none;
}
body a{
    color: black;
    text-decoration: none;
}
.m-blog-detail{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1em 5%;
}
.m-blog-img{
    width: 100%;
    height: 30em;
    float: left;
    display: flex;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.m-blog-img img{
    width: 100%;
    height: auto;
    float: left;
    object-fit: cover;
}
.m-blog-detail p{
    width: 100%;
    height: auto;
    float: left;
    line-height: 35px;
    font-size: 15px;
    text-align: justify;
    color: rgb(104, 104, 104);
}
.m-blog-info{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    margin: 1em 0;
}
.m-blog-info h1{
    margin: 0;
    margin-bottom: 0.5em;
}
.m-blog-info-sec{
    width: fit-content;
    float: left;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 1em;
    flex-wrap: wrap;
}
.m-blog-info-sec li{
    width: fit-content;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin: 0.5em 0;
    margin-left: 1em;
    
}
.m-blog-info-sec li:last-child{
    margin-left: 0;
}
.m-blog-info-sec i{
    color: rgb(16, 76, 179);
    font-size: 20px;
    margin-left: 5px;
    box-sizing: border-box;
}
.m-blog-info-sec span{
    font-size: 14px;
}
.m-blog-detail-container{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 1em;
    box-sizing: border-box;
    background-color: white;
    border-radius:0 0 10px 10px;
}
@media (max-width: 580px) {
    .m-blog-info h1 {
        font-size: 30px;
    }
}
